home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / util / cli / RePatch.lha / RePatch.text < prev   
Text File  |  1980-01-10  |  3KB  |  112 lines

  1.  
  2.                     RePatch 1.0  (Dec 22, 1996)
  3.                     ---------------------------
  4.            Copyright © 1996, Troy Till (Accolyte/Cydonia)
  5.            ----------------------------------------------
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. 'RePatch' is a small utility for making stand-alone executables
  12. to patch software. Mostly it's meant to save time, but it also
  13. makes it easy to release small patch files, instead of having
  14. to distribute the entire program that was changed or fixed.
  15.  
  16. What it does is compare two files of the same size, and note the
  17. differences between them. These differences can be saved to a
  18. patch file, or converted into an executable that will apply the
  19. changes automatically.
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Distribution/Legal
  26. ------------------
  27.  
  28. This program is freely distributable for non-profit purposes only.
  29. Patch-files and standalone executables created by RePatch may be
  30. used commercially or otherwise without permisson, but I take no
  31. responsibility for their operation. Warning: Use this at program
  32. at your own risk.
  33.  
  34.  
  35.  
  36.  
  37.  
  38. Instructions
  39. ------------
  40.  
  41.  
  42. CREATING A FILE:   RePatch <Original> <Changed> <New File>
  43.  
  44.   <Original File> = Original File
  45.    <Changed File> = File Which Has Already Been Changed
  46.        <New File> = New File To Contain Patch Data
  47.  
  48.  
  49.  
  50.  
  51. PATCHING A FILE:   RePatch <Filename> <Patch-File>
  52.  
  53.        <Filename> = File to patch
  54.      <Patch-File> = A Previously Created Patch-File
  55.  
  56.  
  57.  
  58.  
  59. SINGLE-FILING:     RePatch Single <Patch-File> <Target> <Executable>
  60.  
  61.      <Patch-File> = A Previously Created Patch-File
  62.          <Target> = The Filename To Be Affected (Optional)
  63.      <Executable> = New Name For The Stand-Alone Executable
  64.  
  65.  
  66.  
  67.  
  68. COMPARING FILES:   RePatch Compare <Original> <Changed>
  69.  
  70.   <Original File> = Original File
  71.    <Changed File> = File Which Has Already Been Changed
  72.  
  73.  
  74.  
  75.  
  76. Notes
  77. -----
  78.  
  79. - The advantage of using RePatch over just making a copy of the file
  80.   is that the new file may *already* have had other changes which
  81.   copying would effectively eliminate...
  82.  
  83.  
  84. - RePatch can be used to allow multiple patches to any single file.
  85.   Make certain, of course, that none of the patches occupy the same
  86.   space.
  87.  
  88. - With the executables created by RePatch, you can always specify
  89.   an alternative filename as the cli argument. (If a filename isn't
  90.   given when the executable was created, this is essential)
  91.  
  92. - Also, if you run a created executable with "?" as the cli argument,
  93.   it will show a little information about the patch and the target
  94.   file, etc
  95.  
  96.  
  97.  
  98. Contact Info
  99. ------------
  100. I can be reached by email at "accolyte@wr.com.au". If you have any
  101. comments or suggestions, please leave me a message as I'd like to 
  102. hear them..
  103.  
  104.  
  105. --                   __      ____   __   __    ____
  106.                     / "\ /\/\\__"\ / "\ / "\ /\\__"\
  107.  Accolyte/Cydonia  / / // / // / // / // / // // ' /   Packing Class
  108.       (Coder)     / /\/ >  // / // / // / // // / /__  And Kickin'Arse!
  109.                   \__/  \_/ \__/ \__/ \/\/ \/ \/\/ \/
  110.  
  111.  
  112.